home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000026_news@columbia.edu _Tue Sep 19 16:38:33 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id QAA17272
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 19 Sep 2000 16:38:31 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA04766
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 19 Sep 2000 16:38:30 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id QAA25123
  10.     for kermit.misc@watsun.cc.columbia.edu; Tue, 19 Sep 2000 16:13:42 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: login script help req.
  14. Date: 19 Sep 2000 20:13:41 GMT
  15. Organization: Columbia University
  16. Message-ID: <8q8hdl$oh0$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <8q8gsn$cmc$1@nnrp1.deja.com>,  <scott_moto@my-deja.com> wrote:
  20. : This may be a stupid question...  BUT...
  21. : How do I run a script on Kermit v3.14?  When I do a 'kermit -f
  22. : blah.scr', it just doesn't seem to work, and I think this is SUPPOSED
  23. : to be the initialization file.  does v3.14 allow scripting?  I'm I
  24. : doing something REALLY silly?
  25. It should work.  Is the blah.scr file in the current directory?
  26. How do you know it's not being executed?  Put some ECHO commands in it
  27. to check.
  28.  
  29. You can also do:
  30.  
  31.   kermit take blah.scr
  32.  
  33. and you can type "take blah.scr" at the MS-Kermit> prompt.
  34.  
  35. - Frank